-
Notifications
You must be signed in to change notification settings - Fork 8
ci(react): install Playwright in the YAML file #1450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds Playwright browser installation steps to CI/CD pipelines and updates test setup configuration. The changes ensure that Playwright browsers are available before running tests in both GitHub Actions and Azure Pipelines workflows.
Key Changes:
- Added Playwright chromium-headless-shell installation step in CI workflows
- Updated test setup to use
globalThisinstead ofglobaland removed unused import - Set
CIenvironment variable for test execution
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| setupTests.ts | Updated to use globalThis instead of global and removed unused testing library import |
| node.js.yml | Added Playwright browser installation step and CI environment variable for GitHub Actions |
| azure-pipelines.yml | Added Playwright browser installation step and CI environment variable for Azure Pipelines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
packages/cli/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/node.js.yml
Outdated
Show resolved
Hide resolved
packages/cli/templates/react/igr-ts/projects/_base/files/__dot__azure/azure-pipelines.yml
Show resolved
Hide resolved
…__github/workflows/node.js.yml Co-authored-by: Copilot <[email protected]>
…__azure/azure-pipelines.yml Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.